--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 77c519f19c880f1bb2bc68de124942632f0ab98d
Parents : 585ad81
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-11-24T19:01:59+01:00
Updated versions and dependencies
Changes
4 files changed, 5 insertions(+), 6 deletions(-)
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 89139ef9..1c042344 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -10,9 +10,9 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
-android.numeric_version = 20221121
+android.numeric_version = 20221124
-requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
+requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,netifaces,libbz2,pydenticon,usb4a,usbserial4a,qrcode
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
requirements.source.kivymd = ../../Others/KivyMD-master
diff --git a/sbapp/main.py b/sbapp/main.py
index 72cbf0c0..c7663929 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,5 +1,4 @@
-# TODO: Reset
-__debug_build__ = True
+__debug_build__ = False
__disable_shaders__ = True
__version__ = "0.4.0"
__variant__ = "beta"
diff --git a/sbapp/services/sidebandservice.py b/sbapp/services/sidebandservice.py
index 8c8f1cf2..478d3a99 100644
--- a/sbapp/services/sidebandservice.py
+++ b/sbapp/services/sidebandservice.py
@@ -1,4 +1,4 @@
-__debug_build__ = True
+__debug_build__ = False
import time
import RNS
diff --git a/setup.py b/setup.py
index 44795961..a19df919 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
- install_requires=["rns>=0.4.1", "lxmf>=0.2.3", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
+ install_requires=["rns>=0.4.2", "lxmf>=0.2.6", "kivy==2.1.0", "plyer", "pillow", "qrcode"],
extras_require={
"macos": ["pyobjus"],
},
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────